footer{width:100%; height:45px; position: fixed; bottom:0px; left:50%; transform: translate(-50%,0%); background:#eda317; z-index: 99999999999999999999999999;}
footer .con{width:100%; height:100%;}
footer .con ul{width:100%; height:100%;}
footer .con ul li{width:calc((100% - 6px) / 4); height:100%; float:left; border-left:2px solid #FFF; position: relative;}
footer .con ul li:nth-child(1){border-left:0px;}
footer .con ul li a{display:block; width:100%; height:100%; line-height: 45px; text-align: center; font-size:0.9rem; color:#FFF;}
footer .con ul li.dq{background:#eac42d;}
footer .con ul li .ul{width:calc(100% + 40px); height:auto; position: absolute; bottom:45px; left:50%; transform: translate(-50%,0%);
	display:none;}
footer .con ul li .ul .li{width:100%; height:auto; background:#eda317;}
footer .con ul li .ul .li a{border-bottom: 1px solid #FFF;}
footer .con ul li .ul .li:nth-last-child(1) a{border:0px;}
footer .con ul li .ul .li.dq a{background:#b6b7b7;}